Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing NullReference Exception and not updating nodes on demo site diagram #364

Merged
merged 5 commits into from
Oct 23, 2023
Merged

Fixing NullReference Exception and not updating nodes on demo site diagram #364

merged 5 commits into from
Oct 23, 2023

Conversation

K0369
Copy link
Contributor

@K0369 K0369 commented Oct 16, 2023

Fixing a null pointer exception on the demo site diagram, that happened when a link was drawn and released on anything else then a portmodel. Fixes #361.

Fixing the value of the nodes not updating, when the target of a link has changed, because the condition
oldTarget == null being never valid.

@zHaytam
Copy link
Collaborator

zHaytam commented Oct 22, 2023

Hello, thank you for the PR !

It looks like your PR contains some of my old changes, maybe you need to rebase develop into your branch to only have your changes?

I will also leave some comments in specific lines as well

Thank you again

@K0369 K0369 requested a review from zHaytam October 22, 2023 12:28
@zHaytam zHaytam merged commit 12ea521 into Blazor-Diagrams:develop Oct 23, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants